”php xxtea加密“ 的搜索结果

     PHP小记|xxtea类xxtea可逆加密算法PHP实现:?Class Xxtea {public function encrypt($s, $key) {return base64_encode(self :: xxtea_encrypt($s, $key));}public function decrypt($e, $key) {return self :: ...

10  
9  
8  
7  
6  
5  
4  
3  
2  
1